JavaScript

A5.SpinListsetDisabled Method

Syntax

A5.SpinList.setDisabled(disabled)

Arguments

disabledboolean

Whether or not the spin list is disabled.

Description

Disable or enable the entire spin list.

Example

// To get a pointer to the A5.SpinList class see {dialog.object}.getControl
// assume slObj is a pointer to an instance of the A5.SpinList class
slObj.setDisabled(true);